home *** CD-ROM | disk | FTP | other *** search
/ Chip 2004 November / CMCD1104.ISO / Software / Freeware / Programare / bluej / bluejsetup-200.exe / {app} / examples / people / Database.ctxt < prev    next >
Encoding:
BlueJ Class context  |  2004-09-15  |  738 b   |  15 lines

  1. #BlueJ class context
  2. comment0.target=class\ Database
  3. comment0.text=\nA\ very\ simple\ database\ of\ people\ in\ a\ university.\ This\ class\ simply\ stores\npersons\ and,\ at\ request,\ lists\ them\ on\ standard\ output.\n\nWritten\ as\ a\ first\ demo\ program\ for\ BlueJ.\n\n@author\ \ Michael\ Kolling\n@version\ 1.1,\ March\ 2002\n\n
  4. comment1.params=p
  5. comment1.target=void\ addPerson(Person)
  6. comment1.text=\nAdd\ a\ person\ to\ the\ database.\n\n
  7. comment2.params=
  8. comment2.target=void\ listAll()
  9. comment2.text=\nList\ all\ the\ persons\ currently\ in\ the\ database\ on\ standard\ out.\n\n
  10. comment3.target=persons
  11. comment4.params=
  12. comment4.target=Database()
  13. comment4.text=\nCreate\ a\ new,\ empty\ person\ database.\n\n
  14. numComments=5
  15.